Duration Constructor (Int32, Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the
Duration class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Duration(
int years,
int months,
int days,
int hours,
int minutes,
int seconds
)
Public Sub New (
years As Integer,
months As Integer,
days As Integer,
hours As Integer,
minutes As Integer,
seconds As Integer
)
Parameters
- years
- Type: SystemInt32
The years. - months
- Type: SystemInt32
The months. - days
- Type: SystemInt32
The days. - hours
- Type: SystemInt32
The hours. - minutes
- Type: SystemInt32
The minutes. - seconds
- Type: SystemInt32
The seconds.
See Also